home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 22
/
CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso
/
PowerPC
/
System
/
PPCReleaseDEV
/
Examples
/
Trap.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-02-21
|
126 b
|
9 lines
#include <exec/types.h>
void main(void)
{
// *((int*) 0x4f000000) = 0;
// *((int*) 0x00300000) = 0;
asm("tw 31,0,0");
}